home *** CD-ROM | disk | FTP | other *** search
- object DestinationDlg: TDestinationDlg
- Left = 155
- Top = 32
- ActiveControl = CancelBtn
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Ziel'
- ClientHeight = 453
- ClientWidth = 368
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object DrivesLbl: TLabel
- Left = 16
- Top = 48
- Width = 130
- Height = 13
- Caption = 'VerfÔøΩgbare Laufwerke:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object SelectedPathLbl: TLabel
- Left = 16
- Top = 12
- Width = 233
- Height = 13
- Caption = 'AusgewÔøΩhltes Laufwerk und Verzeichnis:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object DirectoriesLbl: TLabel
- Left = 16
- Top = 101
- Width = 149
- Height = 13
- Caption = 'VerfÔøΩgbare Verzeichnisse:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object VariationLbl: TLabel
- Left = 72
- Top = 360
- Width = 113
- Height = 13
- AutoSize = False
- Caption = 'Variation:'
- end
- object DriveEdt: TEdit
- Left = 16
- Top = 26
- Width = 136
- Height = 21
- PopupMenu = Popup1
- TabOrder = 0
- end
- object DestDriveCbo: TComboBox
- Left = 16
- Top = 62
- Width = 336
- Height = 38
- Style = csOwnerDrawVariable
- DropDownCount = 16
- ItemHeight = 32
- PopupMenu = Popup2
- TabOrder = 2
- OnChange = DestDriveCboChange
- OnDrawItem = DestDriveCboDrawItem
- OnMeasureItem = DestDriveCboMeasureItem
- end
- object DirEdt: TEdit
- Left = 152
- Top = 26
- Width = 200
- Height = 21
- TabOrder = 1
- end
- object TreeView: TTreeView
- Left = 16
- Top = 115
- Width = 336
- Height = 238
- ReadOnly = True
- HideSelection = False
- Indent = 19
- OnExpanding = TreeViewExpanding
- OnExpanded = TreeViewExpanded
- OnCollapsed = TreeViewCollapsed
- OnChange = TreeViewChange
- TabOrder = 3
- OnClick = TreeViewClick
- Images = MainWnd.DriveBrowserImg
- end
- object OKBtn: TBitBtn
- Left = 42
- Top = 412
- Width = 92
- Height = 27
- TabOrder = 6
- Kind = bkOK
- Margin = 2
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 138
- Top = 412
- Width = 92
- Height = 27
- TabOrder = 7
- Kind = bkCancel
- Margin = 2
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 234
- Top = 412
- Width = 92
- Height = 27
- TabOrder = 8
- Kind = bkHelp
- Margin = 2
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object VariationCbo: TComboBox
- Left = 72
- Top = 374
- Width = 112
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'Fest'
- 'Kalendardatum'
- 'Wochentag'
- 'Gerade / Ungerade'
- '3 Generationen')
- TabOrder = 4
- OnChange = VariationCboChange
- end
- object EightThreeChk: TCheckBox
- Left = 208
- Top = 376
- Width = 97
- Height = 17
- Caption = '8.3-kompatibel'
- TabOrder = 5
- end
- object Popup2: TPopupMenu
- Left = 320
- Top = 80
- object Refresh2Itm: TMenuItem
- Caption = 'Liste auffrischen'
- OnClick = Refresh2ItmClick
- end
- object Browse2Itm: TMenuItem
- Caption = 'Netzwerk durchsuchen...'
- OnClick = Browse2ItmClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Manual2Itm: TMenuItem
- Caption = 'Manuelle UNCs lÔøΩschen'
- OnClick = Manual2ItmClick
- end
- end
- object Popup1: TPopupMenu
- Left = 128
- Top = 32
- object Read1Itm: TMenuItem
- Caption = 'Einlesen'
- OnClick = Read1ItmClick
- end
- end
- end
-